home *** CD-ROM | disk | FTP | other *** search
/ Remix Doll 3: Dirty Sally / Remix Doll 3: Dirty Sally.iso / drtyslly.exe / MAIN_FNL.DXR / 00011_quitCancel.ls < prev    next >
Encoding:
Text File  |  1995-02-11  |  254 b   |  12 lines

  1. on mouseUp
  2.   global gApp, gNavigator
  3.   set aRetRoomName to mGtCurRoomName(gNavigator)
  4.   if aRetRoomName = EMPTY then
  5.     go(label("chooseRoom"))
  6.     showNavigator()
  7.   else
  8.     mNewMainLayer(gApp, "TCkrchLayer", aRetRoomName)
  9.     showTapes()
  10.   end if
  11. end
  12.